From: Szabolcs Hubai Date: Sun, 24 Aug 2025 13:37:40 +0000 (+0200) Subject: snapcast: fix compilation with boost 1.89.0 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=7dee0d0937bfef4218c045b26d35a7212bfb1844;p=feed%2Fpackages.git snapcast: fix compilation with boost 1.89.0 Boost upgrade hit Snapcast again: badaix/snapcast#1413 This patch is based on commit badaix/snapcast@d2e1635ebd96 ("Fix building with boost v1.89.0"). Refs: 965dc7088e6c ("boost: Updates package to version 1.89.0") Signed-off-by: Szabolcs Hubai --- diff --git a/sound/snapcast/patches/005-v0.32.4-fix-building-with-boost-v1.89.0.patch b/sound/snapcast/patches/005-v0.32.4-fix-building-with-boost-v1.89.0.patch new file mode 100644 index 0000000000..dc13fbc218 --- /dev/null +++ b/sound/snapcast/patches/005-v0.32.4-fix-building-with-boost-v1.89.0.patch @@ -0,0 +1,19 @@ +From d2e1635ebd96ac76cc779cb3ab73bae10fd88fd1 Mon Sep 17 00:00:00 2001 +From: badaix +Date: Thu, 14 Aug 2025 20:25:01 +0200 +Subject: [PATCH] Fix building with boost v1.89.0 + +--- + client/player/alsa_player.cpp | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +--- a/client/player/alsa_player.cpp ++++ b/client/player/alsa_player.cpp +@@ -30,6 +30,7 @@ + + // standard headers + #include ++#include + + + using namespace std::chrono_literals;